Conversation
…lify the transformation of safe data entities and include both resources and tables as assets
…ojects and assets to projects
…verly complicated function calls
… Data: asset_id and asset
…nput can take different objects, including path to cr8tor bundle and a cr8tor bundle list
… asset_id, etc. to standardise naming convention across audits
…are valid projects on the provided connection
…s properties (if available)
…ssumptions of the project names and format
…of multiple server outputs for reporting
…ing audit_safe_people, audit_safe_project, audit_study and audit_cr8tor
…te the behaviour, the intent argument must be provided when calling audit
… audit() and report()
…emotes for dev version of rocrateR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes major changes to streamline & simplify the usage of this package. For example, the audit functions (e.g.,
audit_safe_people,audit_safe_project, etc.) have been combined into a singleaudit()function. The reporting functionrocrate_reportis nowreport.This pull request closes #1